extract vt. 1.(用力)拔出,抽出。 2.分离出,提取,蒸馏出,榨出。 3.摘出(要点),引用。 4.推断出。 5.【数学】开(方),求(根)。 6.【军事】退(弹)。 extract a tooth 拔牙。 I could extract no information from him. 我从他那里一点儿消息也打听不出来。 extract the root 开方,求根。 n. 1.抽出物;提出物,蒸馏品,精华,汁;【药学】浸膏。 2.拔萃;摘录,摘记,抄。 extract of beef =beef extract 牛肉汁。 extract of roses 玫瑰精。 make extracts 精选,摘要。 -able, -ible adj.
How to : refactor code with extract interface 如何:用“提取接口”重构代码
When the cursor is in this position , invoke the extract interface refactoring operation 当光标处于此位置时,调用“提取接口”重构操作。
When you invoke extract interface on an interface , the bases and interfaces list is not modified 而在接口中调用“提取接口”时,将不修改基和接口列表。
Extract interface generates an interface in a new file and positions the cursor at the beginning of the new file “提取接口”在新文件中生成接口,并将光标定位于新文件的开头。
Available refactoring options include rename , extract method , extract interface , change signature , and encapsulate field 可用的重构选项包括重命名、提取方法、提取接口、更改签名和封装字段。
When you invoke extract interface on a class or on a struct , the bases and interfaces list is modified to include the new interface name 在类或结构中调用“提取接口”时,将修改基和接口列表,以包括新接口名称。
Extract interface is a refactoring operation that provides an easy way to create a new interface with members that originate from an existing class , struct , or interface “提取接口”是一项重构操作,提供了一种使用来自现有类、结构或接口的成员创建新接口的简单方法。